home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / STATUSBA.RC < prev    next >
Text File  |  1997-05-06  |  1KB  |  38 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.2  $
  6. //
  7. // Resources to use with TStatusBar.
  8. //----------------------------------------------------------------------------
  9.  
  10. #include <owl/statusba.rh>
  11.  
  12. #if defined(RC_INVOKED)
  13.  
  14. #if !defined(NO_IDS_STATUSBAR) && !defined(__IDS_STATUSBAR)
  15. #define __IDS_STATUSBAR
  16. STRINGTABLE
  17. {
  18.   IDS_MODES      "EXT|CAPS|NUM|SCRL|OVR|REC"
  19.   IDS_MODESOFF   "   |    |   |    |   |   "
  20. }
  21. STRINGTABLE
  22. {
  23.   SC_SIZE-1,     "Commands for manipulating this and other windows"
  24.   SC_SIZE,       "Resize this window"
  25.   SC_MOVE,       "Move the window to a different screen location"
  26.   SC_MINIMIZE,   "Collapse this window to an icon"
  27.   SC_MAXIMIZE,   "Expand this window to full screen size"
  28.   SC_NEXTWINDOW, "Switch to next window"
  29.   SC_PREVWINDOW, "Switch to previous window"
  30.   SC_CLOSE,      "Close this window"
  31.   SC_RESTORE,    "Restore this window to normal size"
  32.   SC_TASKLIST,   "Switch to another task"
  33. }
  34. #endif
  35. #undef NO_IDS_STATUSBAR
  36.  
  37. #endif  // defined(RC_INVOKED)
  38.